home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 9 / PC World Interactive 9 - Temmuz 1998.iso / share / internet / hot / hmwinnt.z / infomgr.ini < prev    next >
INI File  |  1997-11-19  |  3KB  |  95 lines

  1. # preferences: @(#)infomgr.ini    1.10 97/11/19
  2. # Copyright (c) 1997 SoftQuad Inc.
  3. # Preferences for HoTMetaL 4.0 Information Manager
  4.  
  5. # All lines starting with the "#" character are comments.  Don't
  6. # add comments at the end of a variable line.
  7. # To use any variables listed here in a commented form, first remove the '#'.
  8. # The notation ${SQDIR} refers to the directory in which HoTMetaL PRO 4 
  9. # is located. This is initialized at install time to the correct location.
  10. [Application]
  11. # template_dir: directory where template driver file is found
  12. template_dir=${SQDIR}
  13. # directory: infomgr.exe Installation directory
  14. directory=${SQDIR}\infomgr
  15. proj_dir=${SQDIR}
  16. # help_dir: directory containing help files. Do not include trailing backslash
  17. # help_dir is set at install time.
  18. help_dir=${SQDIR}
  19. # help_name: name of help file.
  20. help_name=hmpro4.hlp
  21. # html_browser: html browser executable
  22. html_browser=${BROWSER_EXECUTABLE}
  23. template_wizard=
  24. project_builder=
  25. # html_editor: html editor executable
  26. html_editor=${SQDIR}\hmpro4.exe
  27. # css_editor: Css editor executable
  28. css_editor=${SQDIR}\cssedit.exe
  29. # doc_conversion: Document conversion executables
  30. doc_conversion=${SQDIR}\cnvdoc32.exe
  31. doc_conversion_options=${SQDIR}\kwconfig.exe
  32. # vdk_path: points to VDK executable (${VDK} is usually same as ${SQDIR})
  33. vdk_path=${VDK}\acctools.exe
  34. # scan_office_97: controls Office97 document scanning
  35. scan_office_97=false
  36. # html_dde_name: use the existing editor rather than invoking another copy.
  37. html_dde_name=sqhmpro4
  38. window_state=1
  39. window_left=40
  40. window_top=40
  41. window_right=600
  42. window_bottom=440
  43.  
  44. [Web Scanner]
  45. Proxy URL=
  46. No Proxy Pattern=
  47.  
  48. [Host Name Map]
  49.  
  50. [hyperbolic]
  51. height=-11
  52. width=0
  53. escapement=0
  54. orientation=0
  55. weight=400
  56. italic=0
  57. underline=0
  58. strikeout=0
  59. charset=0
  60. outprecision=1
  61. clipprecision=2
  62. quality=1
  63. pitch=34
  64. facename=MS Sans Serif
  65.  
  66. [publish]
  67.  
  68. [hyperbolic-options]
  69. right-align=0
  70. longtext=1
  71. display-filenames=1
  72.  
  73. # The minimal/full view option has the following defaults.
  74. # To add more, increment the number after "MimeType" (for example
  75. # the next entry above would be MimeType3) and provide a valid
  76. # mime type.
  77. [Minimal Mime Types]
  78. MimeType0=text/html
  79. MimeType1=text/plain
  80. MimeType2=application/msword
  81. [publisher]
  82. # The following variables can be used for publish exclusion.
  83. # check_last_pub_date: enables PubManager to mark files if newer than
  84. # last time uploaded to destination. (Like old Out-Of-Date functionality.)
  85. check_last_pub_date=true
  86. # exclude_orphans: won't mark orphan files.
  87. exclude_orphans=false
  88. # use_exclusion_list: use DOS-style file match exclusion list.
  89. use_exclusion_list=false
  90. # Note: Only exclusion0..9 is allowed.
  91. # The following example denotes exclusion of all HiP files. Etc.
  92. # exclusion0=*.hip
  93. # exclusion1=*.txt
  94. # exclusion9=*.tmp
  95.